- single element of an array
- Программирование: отдельный элемент массива
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
Array data type — Not to be confused with Array data structure. In computer science, an array type is a data type that is meant to describe a collection of elements (values or variables), each selected by one or more indices that can be computed at run time by the … Wikipedia
Comparison of programming languages (array) — Programming language comparisons General comparison Basic syntax Basic instructions Arrays Associative arrays String operations … Wikipedia
Array slicing — In computer programming, array slicing is an operation that extracts certain elements from an array and packages them as another array, possibly with different number of indices (or dimensions) and different index ranges. Two common examples are… … Wikipedia
Array — In computer science an array [Paul E. Black, array , in Dictionary of Algorithms and Data Structures , Paul E. Black, ed., U.S. National Institute of Standards and Technology. 26 August 2008 (accessed 10 September 2008).… … Wikipedia
Phased array ultrasonics — Phased Array (PA) ultrasonics is an advanced method of ultrasonic testing that has applications in medical imaging and industrial nondestructive testing, originally pioneered by Albert Macovski of Stanford University. [cite web |url=… … Wikipedia
Static single assignment form — In compiler design, static single assignment form (often abbreviated as SSA form or SSA) is an intermediate representation (IR) in which every variable is assigned exactly once. Existing variables in the original IR are split into versions , new… … Wikipedia
Phased array — This article is about general theory and electromagnetic phased array. For the ultrasonic and medical imaging application, see phased array ultrasonics. In wave theory, a phased array is a group of antennas in which the relative phases of the… … Wikipedia
Atacama Large Millimeter Array — Atacama Large Millimeter/submillimeter Array ALMA logo Organisation Multi national Location Llano … Wikipedia
Multielectrode array — Multielectrode arrays (MEAs) or microelectrode arrays are devices that contain multiple plates or shanks through which neural signals are obtained or delivered, essentially serving as neural interfaces that connect neurons to electronic circuitry … Wikipedia
Line array — The term line array means a speaker system that is made up of a varying number of vertically arranged units which give the effect of a single sound source with the same dimensions as the total of the unit of which is made up, the performance of… … Wikipedia
Bit array — A bit array (or bitmap, in some cases) is an array data structure which compactly stores individual bits (boolean values). It implements a simple set data structure storing a subset of {1,2,..., n } and is effective at exploiting bit level… … Wikipedia